projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5674b9
)
*** empty log message ***
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Mar 2009 20:38:41 +0000
(20:38 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Mar 2009 20:38:41 +0000
(20:38 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 83703413ace9ec16e02de02880d994a7d283f336..db116976f83406c2ebd5a352243b5f72705ac962 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,11
@@
+2009-03-18 Eli Zaretskii <eliz@gnu.org>
+
+ * dired.c (Ffile_attributes): Make sure UID and GID are always
+ positive, even if the value is too large for a positive EMACS_INT.
+ Doc fix.
+
+ * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
+
2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xmenu.c (xdialog_show): Move Fredisplay call ...